home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / utility2 / qvtne37a.zip / QVTNET.INI < prev    next >
INI File  |  1993-06-02  |  14KB  |  779 lines

  1. ;-----------------------------------------------------------------------------
  2. ;
  3. ;       QVTNET.INI
  4. ;
  5. ;       Global configuration file for WinQVT/Net
  6. ;
  7. ;-----------------------------------------------------------------------------
  8.  
  9. [net]
  10. ;-----------------------------------------------------------------------------
  11. ;
  12. ;       Network Information
  13. ;
  14. ;-----------------------------------------------------------------------------
  15. ;
  16. ; name
  17. ;
  18. ; Your PC's host name (mandatory)
  19. ;
  20. name=
  21.  
  22. ;
  23. ; ip
  24. ;
  25. ; Your PC's IP address (mandatory)
  26. ; Use the format 'nnn.nnn.nnn.nnn'
  27. ;
  28. ip=
  29.  
  30. ;
  31. ; netmask
  32. ;
  33. ; The subnet mask in effect on your local network
  34. ; This default is suitable for Class C environments
  35. ;
  36. netmask=255.255.255.0
  37.  
  38. ;
  39. ; router
  40. ;
  41. ; The default router to use for network access outside the local subnet
  42. ; Use a complete host name as contained in QVTHOST.RC
  43. ;
  44. router=
  45.  
  46. ;
  47. ; arptime
  48. ;
  49. ; ARP timeout (in seconds)
  50. ;
  51. arptime=8
  52.  
  53. ;
  54. ; packet_vector
  55. ;
  56. ; The software interrupt you are using to communicate with the packet driver
  57. ; In hex, with or without the leading '0x'
  58. ; Must be in the range 60 through 7F
  59. ;
  60. packet_vector=0x60
  61.  
  62. ;
  63. ; packet_class
  64. ;
  65. ; Use 0 for Ethernet, 6 for SLIP
  66. ;
  67. packet_class=0
  68.  
  69.  
  70. [tcp]
  71. ;-----------------------------------------------------------------------------
  72. ;
  73. ;    TCP Tuning
  74. ;
  75. ;-----------------------------------------------------------------------------
  76. ;
  77. ; maxseg
  78. ;
  79. ; Maximum TCP segment we can receive
  80. ; Max=1024
  81. ;
  82. maxseg=1024
  83.  
  84. ;
  85. ; MTU (Maximum Transmission Unit)
  86. ;
  87. ; Largest TCP packet we will send
  88. ; Max=1024
  89. ;
  90. mtu=512
  91.  
  92. ;
  93. ; TCP Window Size
  94. ;
  95. ; Maximum advertised window size
  96. ; Max=4096
  97. ;
  98. window=1024
  99.  
  100. ;
  101. ; retrans
  102. ;
  103. ; Number of seconds to wait for response to SYN packet
  104. ; before retransmitting.
  105. ;
  106. retrans=2
  107.  
  108. ;
  109. ; contime
  110. ;
  111. ; Number of seconds to wait for connection to established
  112. ;
  113. contime=20
  114.  
  115.  
  116. [domain]
  117. ;-----------------------------------------------------------------------------
  118. ;
  119. ;       Domain nameserver information
  120. ;
  121. ;-----------------------------------------------------------------------------
  122. ;
  123. ; domain
  124. ;
  125. ; Default domain
  126. ;
  127. domain=
  128.  
  129. ;
  130. ; nameserver
  131. ;
  132. ; The default nameserver to consult for name/address lookups
  133. ; Use a complete hostname as listed in QVTHOST.RC
  134. ;
  135. nameserver=
  136.  
  137. ;
  138. ; domain_timeout
  139. ;
  140. ; Timeout for domain lookup (in seconds)
  141. ;
  142. domain_timeout=4
  143.  
  144. ;
  145. ; domain_retry
  146. ;
  147. ; number of retries for domain lookup
  148. ;
  149. domain_retry=3
  150.  
  151. ;
  152. ; domain_reuse
  153. ;
  154. ; Should WinQVT/Net reuse the first IP address returned by the nameserver,
  155. ; or do a new lookup for each new connection to a host?
  156. ; Values are 'yes' or 'no'
  157. ;
  158. domain_reuse=yes
  159.  
  160.  
  161. [localio]
  162. ;-----------------------------------------------------------------------------
  163. ;
  164. ;       PC Keyboard and printer information
  165. ;
  166. ;-----------------------------------------------------------------------------
  167.  
  168. ;
  169. ; kb_type
  170. ;
  171. ; 'enhanced': IBM 101-key 'Enhanced' keyboard
  172. ; 'lk250':    DEC LK250 keyboard
  173. ;
  174. kb_type=enhanced
  175.  
  176. ;
  177. ; keypad
  178. ;
  179. ; use 'physical' (DEC) or 'logical' (IBM) layout for editing keypad
  180. ;
  181. keypad=DEC
  182.  
  183. ;
  184. ; nl_mode
  185. ;
  186. ; Should <NumLock> key be forced ON or left alone
  187. ;
  188. nl_mode=lock
  189.  
  190.  
  191. [console]
  192. ;-----------------------------------------------------------------------------
  193. ;
  194. ;       Console Information
  195. ;
  196. ;-----------------------------------------------------------------------------
  197. ;
  198. ; winpos
  199. ;
  200. ; The initial screen location of the Console window
  201. ; Syntax is 'winpos=x,y', where 'x' is the horizontal pixel offset,
  202. ; and 'y' is the vertical pixel offset.
  203. ; If not present, the console will be placed in the upper right corner
  204. ;
  205. winpos=
  206.  
  207. ;
  208. ; window
  209. ;
  210. ; Specifies whether the console message area should be displayed
  211. ; or hidden at program startup
  212. ;
  213. window=visible
  214.  
  215. ;
  216. ; forecolor
  217. ;
  218. ; The color that will be used to display text in the console window
  219. ; Use any of the standard IBM color names, or a 3-part RGB color spec
  220. ; of the form 'nnn,nnn,nnn', where each 'nnn' is a decimal number between 0
  221. ; and 255.
  222. ;
  223. forecolor=white
  224.  
  225. ;
  226. ; backcolor
  227. ;
  228. ; The background color of the console window
  229. ; See 'forecolor' (above) for available choices
  230. ;
  231. backcolor=128,128,128
  232.  
  233. ;
  234. ; logging
  235. ;
  236. ; Specifies whether or not console messages should automatically be
  237. ; copied to the default logfile CONSOLE.LOG.
  238. ;
  239. logging=ON
  240.  
  241. ;
  242. ; auto_start
  243. ;
  244. ; A list of up to five clients that should be launched at program startup.
  245. ; To auto-start a terminal session, use the name of the terminal configuration,
  246. ; as listed in 'QVTNET.RC'.
  247. ; You may also auto-start ftp, nntp, and mail.
  248. ;
  249. auto_start=
  250.  
  251. ;
  252. ; editor
  253. ;
  254. ; Name of the text editor that the news reader and mail utility will use
  255. ;
  256. editor=notepad
  257.  
  258.  
  259. [servers]
  260. ;-----------------------------------------------------------------------------
  261. ;
  262. ;       Server Information
  263. ;
  264. ;-----------------------------------------------------------------------------
  265. ;
  266. ; ftp
  267. ;
  268. ; If 'on', the ftp server will be started at program startup time
  269. ;
  270. ftp=off
  271.  
  272. ;
  273. ; rcp
  274. ;
  275. ; If 'on', the rcp server will be started at program startup time
  276. ;
  277. rcp=off
  278.  
  279. ;
  280. ; passfile
  281. ;
  282. ; The name of the file which contains security information for remote ftp logins
  283. ; This file is created and maintained by the PASSWD.EXE utility.
  284. ; Use a fully-qualified pathname.
  285. ; Note: FTP users must have a username and password to log on!
  286. ;
  287. passfile=
  288.  
  289. ;
  290. ; login_dir
  291. ;
  292. ; The directory to which authorized FTP users will be attached at login time
  293. ;
  294. login_dir=
  295.  
  296. ;
  297. ; anonftp_dir
  298. ;
  299. ; The directory to which anonymous ftp users will be attached at login,
  300. ; and to which they will be restricted during sessions.
  301. ;
  302. anonftp_dir=
  303.  
  304.  
  305. [terminal]
  306. ;-----------------------------------------------------------------------------
  307. ;
  308. ;       Terminal Client Setup
  309. ;
  310. ;-----------------------------------------------------------------------------
  311. ;
  312. ; port
  313. ;
  314. ; default TCP port to use: telnet or rlogin
  315. ;
  316. port=telnet
  317.  
  318. ;
  319. ; forecolor
  320. ;
  321. ; The color which will be used to display text
  322. ;
  323. forecolor=white
  324.  
  325. ;
  326. ; backcolor
  327. ;
  328. ; The background color of the Terminal window
  329. ;
  330. backcolor=black
  331.  
  332. ;
  333. ; boldcolor
  334. ;
  335. ; The color which will be used to display 'high-intensity' text
  336. ;
  337. boldcolor=cyan
  338.  
  339. ;
  340. ; backspace
  341. ;
  342. ; The ASCII value which will be transmitted by the <Backspace> key
  343. ;
  344. backspace=DEL
  345.  
  346. ;
  347. ; local_echo
  348. ;
  349. ; Should keystrokes be echoed locally, or by the host?
  350. ;
  351. local_echo=off
  352.  
  353. ;
  354. ; wrap
  355. ;
  356. ; Automatically wrap back to column 1 after reaching EOL
  357. ;
  358. wrap=on
  359.  
  360. ;
  361. ; terminal
  362. ;
  363. ; Which terminal to emulate: VT200, VT100, VT52
  364. ;
  365. terminal=VT200
  366.  
  367. ;
  368. ; negotiate
  369. ;
  370. ; Enable/disable Telnet terminal-type negotiation
  371. ;
  372. negotiate=yes
  373.  
  374. ;
  375. ; font
  376. ;
  377. ; Which font to use: DEC, IBM, ANSI, Terminal
  378. ;
  379. font=DEC
  380.  
  381. ;
  382. ; fontsize
  383. ;
  384. ; Use 'large' or 'small' DEC font (when 'font=DEC')
  385. ;
  386. fontsize=LARGE
  387.  
  388. ;
  389. ; bell
  390. ;
  391. ; Will the terminal's bell sound when the BEL character is received?
  392. ;
  393. bell=on
  394.  
  395. ;
  396. ; win_height
  397. ;
  398. ; The height of the terminal window, in text lines.
  399. ; 12 <=win_height <= 48
  400. ;
  401. win_height=24
  402.  
  403. ;
  404. ; win_width
  405. ;
  406. ; The width of the terminal window, in text columns
  407. ; 40 <=win_height <= 160
  408. ;
  409. win_width=80
  410.  
  411. ;
  412. ; scroll
  413. ;
  414. ; Specifies asynchronous (the default) or synchronous scrolling.
  415. ;
  416. scroll=async
  417.  
  418. ;
  419. ; buffer
  420. ;
  421. ; Specifies the number of lines in the scrollback buffer
  422. ;
  423. buffer=72
  424.  
  425. ;
  426. ; script
  427. ;
  428. ; The name of the file containing script commands to be executed
  429. ; after a connection has been established
  430. ;
  431. script=
  432.  
  433. ;
  434. ; keymap
  435. ;
  436. ; The name of the file containing default key redefinitions
  437. ; Fully-qualified pathname recommended
  438. ;
  439. keymap=
  440.  
  441. ;
  442. ; username
  443. ;
  444. ; The default username to supply to the 'rlogin' protocol
  445. ;
  446. username=
  447.  
  448.  
  449. [ftp]
  450. ;-----------------------------------------------------------------------------
  451. ;
  452. ;       FTP Client Setup
  453. ;
  454. ;-----------------------------------------------------------------------------
  455. ;
  456. ; font
  457. ;
  458. ; The font that will be used to display text in the FTP window
  459. ; Available choices are 'system' and 'ansi'
  460. ;
  461. font=SYSTEM
  462.  
  463. ;
  464. ; forecolor
  465. ;
  466. ; The color that will be used to display text in the FTP window
  467. ; You can use one of the 8 standard IBM PC colors, or an RGB color
  468. ; spec of the form 'nnn,nnn,nnn', where each 'nnn' is a decimal number
  469. ; between 0 and 255.
  470. ;
  471. forecolor=white
  472.  
  473. ;
  474. ; backcolor
  475. ;
  476. ; The background color of the FTP window
  477. ; Use one of the standard IBM PC colors, or an RGB color spec.
  478. ;
  479. backcolor=black
  480.  
  481. ;
  482. ; winpos
  483. ;
  484. ; The initial position of the FTP window.
  485. ; Syntax is 'winpos=x,y', where 'x' and 'y' are pixel offsets,
  486. ; expressed in decimal.
  487. ;
  488. winpos=
  489.  
  490. ;
  491. ; autologin
  492. ;
  493. ; Initiate a login dialog at window create time
  494. ;
  495. autologin=on
  496.  
  497. ;
  498. ; logindir
  499. ;
  500. ; Specifies the local directory which will be the initial attach point
  501. ; for the FTP client
  502. ;
  503. logindir=
  504.  
  505. ;
  506. ; filemode
  507. ;
  508. ; The file transfer mode: ascii or binary
  509. ;
  510. filemode=ascii
  511.  
  512. ;
  513. ; hash
  514. ;
  515. ; Hash mark display during transfer: on or off
  516. ;
  517. hash=on
  518.  
  519. ;
  520. ; verbose
  521. ;
  522. ; Display server responses: on or off
  523. ;
  524. verbose=on
  525.  
  526. ;
  527. ; prompt
  528. ;
  529. ; Confirm each file in a multi-file transaction (e.g., mget, mdele)
  530. ;
  531. prompt=on
  532.  
  533. ;
  534. ; bell
  535. ;
  536. ; Sound bell after completion of transfers: on or off
  537. ;
  538. bell=off
  539.  
  540.  
  541. [nntp]
  542. ;-----------------------------------------------------------------------------
  543. ;
  544. ;       NNTP Client (News Reader) Setup
  545. ;
  546. ;-----------------------------------------------------------------------------
  547. ;
  548. ; nntp_host
  549. ;
  550. ; Hostname of the local NNTP server
  551. ;
  552. host=
  553.  
  554. ;
  555. ; nntp_font
  556. ;
  557. ; The font that will be used by the news reader to display text
  558. ; Available choices are 'system', 'ansi', and 'helv'
  559. ;
  560. font=HELV
  561.  
  562. ;
  563. ; forecolor
  564. ;
  565. ; The color that will be used to display text in the news reader window
  566. ; Use one of the 8 standard IBM PC colors
  567. ;
  568. forecolor=white
  569.  
  570. ;
  571. ; backcolor
  572. ;
  573. ; The background color for the news reader window
  574. ; Use one of the 8 standard IBM PC colors
  575. ;
  576. backcolor=blue
  577.  
  578. ;
  579. ; winpos
  580. ;
  581. ; The initial (x,y) position of the news reader window,
  582. ; expressed as a pixel offset from the origin (upper-left is 0,0)
  583. ;
  584. winpos=30,10
  585.  
  586. ;
  587. ; win_height
  588. ;
  589. ; The initial number of text lines in the news reader window
  590. ; Default is 24, max is 36
  591. ;
  592. win_height=24
  593.  
  594. ;
  595. ; list_height
  596. ;
  597. ; The number of lines in the listbox that the news reader uses
  598. ; to show newsgroups and article subject lines. This value can
  599. ; vary between 2 and 10.
  600. ;
  601. list_height=5
  602.  
  603. ;
  604. ; autologin
  605. ;
  606. ; Initiate a login dialog at window create time
  607. ;
  608. autologin=on
  609.  
  610. ;
  611. ; savedir
  612. ;
  613. ; The default directory where news articles will be saved
  614. ;
  615. savedir=c:\news
  616.  
  617. ;
  618. ; autologin
  619. ;
  620. ; Specify whether login should initiate as soon as window is created
  621. ;
  622. autologin=off
  623.  
  624. ;
  625. ; posthdr_from
  626. ;
  627. ; Your email address.
  628. ; This will be used in the 'From:' line in your postings
  629. ;
  630. posthdr_from=
  631.  
  632. ;
  633. ; posthdr_distrib
  634. ;
  635. ; Default article distribution
  636. ; Specifies the range over which your postings will be distributed
  637. ; Values include 'usa', 'na', etc.
  638. ;
  639. posthdr_distrib=
  640.  
  641. ;
  642. ; posthdr_org
  643. ;
  644. ; The name of your organization
  645. ; This will be used in the 'Organization:' line in your postings
  646. ;
  647. posthdr_org=
  648.  
  649.  
  650. [pop]
  651. ;-----------------------------------------------------------------------------
  652. ;
  653. ;       POP3 (Mail) Client Setup
  654. ;
  655. ;-----------------------------------------------------------------------------
  656. ;
  657. ; host
  658. ;
  659. ; The default host name on which the local POP3 server is running
  660. ;
  661. host=
  662.  
  663. ;
  664. ; username
  665. ;
  666. ; The default username for POP3 logins
  667. ;
  668. username=
  669.  
  670. ;
  671. ; font
  672. ;
  673. ; The font that will be used to display text in the POP3 window
  674. ; Choices are 'system', 'ansi', or 'helv'
  675. ;
  676. font=HELV
  677.  
  678. ;
  679. ; forecolor
  680. ;
  681. ; The color that will be used to display text
  682. ; Use one of the 8 standard IBM PC colors
  683. ;
  684. forecolor=white
  685.  
  686. ;
  687. ; backcolor
  688. ;
  689. ; The background color of the POP3 window
  690. ; Use one of the 8 standard IBM PC colors
  691. ;
  692. backcolor=black
  693.  
  694. ;
  695. ; winpos
  696. ;
  697. ; The initial position of the Mail window
  698. ; Syntax is 'winpos=x,y' where 'x' and 'y' are pixel offsets
  699. ; from the origin (upper-left), expressed in decimal
  700. ;
  701. winpos=
  702.  
  703. ;
  704. ; autologin
  705. ;
  706. ; Specify whether login should initiate as soon as window is created
  707. ;
  708. autologin=off
  709.  
  710. ;
  711. ; keep_password
  712. ;
  713. ; Specify whether password should be retained between sessions
  714. ;
  715. keep_password=no
  716.  
  717. ;
  718. ; mailcheck_interval
  719. ;
  720. ; Specifies how many minutes will elapse between 'new mail' checks
  721. ;
  722. mailcheck_interval=5
  723.  
  724. ;
  725. ; savedir
  726. ;
  727. ; The default directory for saving mail messages
  728. ; Use a fully-qualified pathname, with no trailing backslash
  729. ;
  730. savedir=c:\mail
  731.  
  732. ;
  733. ; Protocol
  734. ;
  735. ; Specifies whether extended POP3 (i.e., XTND XMIT) or SMTP
  736. ; should be the protocol used for sending mail (or replies)
  737. ;
  738. protocol=pop3
  739.  
  740. ;
  741. ; smtp_return
  742. ;
  743. ; If you use SMTP to send mail, you should specify
  744. ; your return address here. Otherwise, WinQVT/Net will
  745. ; generate a return address from your username and
  746. ; the default domain (see [domain] above).
  747. ;
  748. smtp_return=
  749.  
  750.  
  751. [lpr]
  752. ;-----------------------------------------------------------------------------
  753. ;
  754. ;       lpr Client Setup
  755. ;
  756. ;-----------------------------------------------------------------------------
  757. ;
  758. ; hostname
  759. ;
  760. ; The host on which the local lpr daemon is running
  761. ; Use a name exactly as it appears in QVTHOST.RC
  762. ;
  763. hostname=
  764.  
  765. ;
  766. ; qname
  767. ;
  768. ; The name of the print queue to use, e.g. 'lp'
  769. ;
  770. qname=lp
  771.  
  772. ;
  773. ; username
  774. ;
  775. ; The username under which the print job will be submitted
  776. ; to the lpr daemon.
  777. ;
  778. username=
  779.